home *** CD-ROM | disk | FTP | other *** search
/ Top 200 Programs / Top 200 Programs.iso / internet / bmconv / _SETUP.1 / bm_conv.exe / 0 / RCDATA / TFORM4 / TFORM4.txt < prev   
Text File  |  1998-05-26  |  3KB  |  129 lines

  1. object Form4: TForm4
  2.   Left = 266
  3.   Top = 168
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Settings'
  7.   ClientHeight = 244
  8.   ClientWidth = 295
  9.   Color = clSilver
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox1: TGroupBox
  21.     Left = 3
  22.     Top = 0
  23.     Width = 289
  24.     Height = 241
  25.     TabOrder = 0
  26.     object Button1: TButton
  27.       Left = 144
  28.       Top = 208
  29.       Width = 65
  30.       Height = 25
  31.       Caption = 'OK'
  32.       Default = True
  33.       TabOrder = 0
  34.       OnClick = Button1Click
  35.     end
  36.     object GroupBox2: TGroupBox
  37.       Left = 8
  38.       Top = 16
  39.       Width = 273
  40.       Height = 97
  41.       Caption = 'Path to your Internet Explorer Favorites directory:'
  42.       TabOrder = 1
  43.       object Label1: TLabel
  44.         Left = 8
  45.         Top = 16
  46.         Width = 257
  47.         Height = 33
  48.         AutoSize = False
  49.         Caption = 
  50.           'Default in most computers (U.S. English version) is: C:\WINDOWS\' +
  51.           'FAVORITES'
  52.         WordWrap = True
  53.       end
  54.       object Edit1: TEdit
  55.         Left = 9
  56.         Top = 48
  57.         Width = 256
  58.         Height = 21
  59.         TabOrder = 0
  60.       end
  61.       object Button2: TButton
  62.         Left = 168
  63.         Top = 74
  64.         Width = 97
  65.         Height = 17
  66.         Caption = 'Try to autodetect'
  67.         TabOrder = 1
  68.         OnClick = Button2Click
  69.       end
  70.     end
  71.     object GroupBox3: TGroupBox
  72.       Left = 8
  73.       Top = 120
  74.       Width = 273
  75.       Height = 49
  76.       Caption = 'Name to put in Netscape Bookmark files:'
  77.       TabOrder = 2
  78.       object Edit2: TEdit
  79.         Left = 8
  80.         Top = 17
  81.         Width = 257
  82.         Height = 21
  83.         TabOrder = 0
  84.       end
  85.     end
  86.     object Button3: TButton
  87.       Left = 216
  88.       Top = 208
  89.       Width = 65
  90.       Height = 25
  91.       Caption = 'Cancel'
  92.       TabOrder = 3
  93.       OnClick = Button3Click
  94.     end
  95.     object GroupBox4: TGroupBox
  96.       Left = 8
  97.       Top = 176
  98.       Width = 273
  99.       Height = 25
  100.       TabOrder = 4
  101.       object Label2: TLabel
  102.         Left = 8
  103.         Top = 8
  104.         Width = 98
  105.         Height = 13
  106.         Caption = 'Show splash screen:'
  107.       end
  108.       object RadioButton1: TRadioButton
  109.         Left = 135
  110.         Top = 9
  111.         Width = 41
  112.         Height = 12
  113.         Caption = 'Yes'
  114.         Checked = True
  115.         TabOrder = 0
  116.         TabStop = True
  117.       end
  118.       object RadioButton2: TRadioButton
  119.         Left = 207
  120.         Top = 9
  121.         Width = 49
  122.         Height = 12
  123.         Caption = 'No'
  124.         TabOrder = 1
  125.       end
  126.     end
  127.   end
  128. end
  129.